Skip to content

Commit 9203242

Browse files
committed
Preparing release 0.4.1
Signed-off-by: Christian Heimes <[email protected]>
1 parent ffa4dda commit 9203242

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
@@ -46,7 +46,7 @@
4646

4747
# General information about the project.
4848
project = u'JWCrypto'
49-
copyright = u'2016, JWCrypto Contributors'
49+
copyright = u'2016-2017, JWCrypto Contributors'
5050

5151
# The version info for the project you're documenting, acts as replacement for
5252
# |version| and |release|, also used in various other places throughout the
@@ -55,7 +55,7 @@
5555
# The short X.Y version.
5656
version = '0.4'
5757
# The full version, including alpha/beta/rc tags.
58-
release = '0.4.0'
58+
release = '0.4.1'
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.4.0.dev1',
9+
version = '0.4.1',
1010
license = 'LGPLv3+',
1111
maintainer = 'JWCrypto Project Contributors',
1212
maintainer_email = '[email protected]',

0 commit comments

Comments
 (0)