Skip to content

Commit df15245

Browse files
New version to allow new changeset to be pushed to pypi (#183)
1 parent 16d0dff commit df15245

File tree

3 files changed

+25
-21
lines changed

3 files changed

+25
-21
lines changed

docs/changelog.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
44
Changelog
55
=========
6+
- :release:`9.9.0 <22th June 2023>`
7+
- :bug:`183` Push the correct changeset to pypi.
8+
9+
610
- :release:`9.9.0 <18th June 2023>`
711
- :feature:`182` Default pastebin url to https://paste.pythondiscord.com
812
- :feature:`182` Add supported lexer validation to paste service.

poetry.lock

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pydis_core"
3-
version = "9.9.0"
3+
version = "9.9.1"
44
description = "PyDis core provides core functionality and utility to the bots of the Python Discord community."
55
authors = ["Python Discord <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)