Skip to content

Commit ba20a85

Browse files
committed
bump version and release notes
1 parent 06eec4d commit ba20a85

3 files changed

Lines changed: 8 additions & 1 deletion

File tree

docs/releasenotes.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ Release notes
33
-------------
44

55

6+
**v0.7.5** (04-01-2021)
7+
8+
* Support for Python 3.9.
9+
* Small docs improvements.
10+
11+
612
**v0.7.4** (11-05-2020)
713

814
* Allow to rename functions starting with an uppercase letter.

pscript/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@
241241
242242
"""
243243

244-
__version__ = '0.7.4'
244+
__version__ = '0.7.5'
245245

246246
import sys
247247
import logging

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,5 +116,6 @@ def copy_for_legacy_python(src_dir, dest_dir):
116116
'Programming Language :: Python :: 3.6',
117117
'Programming Language :: Python :: 3.7',
118118
'Programming Language :: Python :: 3.8',
119+
'Programming Language :: Python :: 3.9',
119120
],
120121
)

0 commit comments

Comments
 (0)