Skip to content

Commit c4637c1

Browse files
committed
Preparing release 0.4.2
Signed-off-by: Christian Heimes <[email protected]>
1 parent 8b41d34 commit c4637c1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@
5353
# built documents.
5454
#
5555
# The short X.Y version.
56-
version = '0.5'
56+
version = '0.4'
5757
# The full version, including alpha/beta/rc tags.
58-
release = '0.5.dev1'
58+
release = '0.4.2'
5959

6060
# The language for content autogenerated by Sphinx. Refer to documentation
6161
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name = 'jwcrypto',
9-
version = '0.5.dev1',
9+
version = '0.4.2',
1010
license = 'LGPLv3+',
1111
maintainer = 'JWCrypto Project Contributors',
1212
maintainer_email = '[email protected]',

0 commit comments

Comments
 (0)