Skip to content

Commit

Permalink
Prepare for 0.3.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
vsajip committed Sep 22, 2021
1 parent 2a5859c commit 58dd40a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
Change log for ``distlib``
--------------------------

0.3.3 (future)
0.3.4 (future)
~~~~~~~~~~~~~~

Released: Not yet.

0.3.3
~~~~~

Released: 2021-09-22

- compat

- Fixed #152: Removed splituser() function which wasn't used and is deprecated.
Expand Down
2 changes: 1 addition & 1 deletion distlib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
import logging

__version__ = '0.3.3.dev0'
__version__ = '0.3.3'

class DistlibException(Exception):
pass
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def finalize_options(self):
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Topic :: Software Development',
],
platforms='any',
Expand Down

0 comments on commit 58dd40a

Please sign in to comment.