Skip to content

Commit 1e45070

Browse files
chore(release): v1.0.1 (#44)
* chore: update version to 1.0.1 * docs: build changelog --------- Co-authored-by: disnake-compass-bot[bot] <201509052+disnake-compass-bot[bot]@users.noreply.github.com> Co-authored-by: Chromosomologist <[email protected]>
1 parent 3d36e81 commit 1e45070

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

changelog/41.doc.rst

-1
This file was deleted.

changelog/42.doc.0.rst

-1
This file was deleted.

docs/source/whats_new.rst

+10
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,13 @@ in specific versions. Please see :ref:`version_guarantees` for more information.
1111
.. towncrier-draft-entries:: |release| [UNRELEASED]
1212

1313
.. towncrier release notes start
14+
15+
.. _vp1p0p1:
16+
17+
v1.0.1
18+
------
19+
20+
Documentation
21+
~~~~~~~~~~~~~
22+
- Introduce towncrier for changelogs. (:issue:`41`)
23+
- Fix source code links and installation instructions and some miscellaneous issues. (:issue:`42`)

src/disnake_compass/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
__author__ = "Sharp-Eyes"
1313
__license__ = "MIT"
1414
__copyright__ = "Copyright 2023-present Sharp-Eyes"
15-
__version__ = "1.0.0"
15+
__version__ = "1.0.1"
1616

1717
from disnake import VersionInfo as _VersionInfo
1818

@@ -21,6 +21,6 @@
2121
from disnake_compass.fields import *
2222
from disnake_compass.impl import *
2323

24-
version_info = _VersionInfo(major=1, minor=0, micro=0, releaselevel="final", serial=0)
24+
version_info: _VersionInfo = _VersionInfo(major=1, minor=0, micro=1, releaselevel="final", serial=0)
2525

2626
del _VersionInfo

0 commit comments

Comments
 (0)