Skip to content

Commit f5615f1

Browse files
committed
RLS: Update version for 1.11.4 release
Update version to 1.11.4 for PyPi release
1 parent 4a40ec4 commit f5615f1

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

doc/source/change-log.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
Change Log
44
==========
5+
Version 1.11.4
6+
--------------
7+
* Fix for error in Ziggurat implementation of Normal
8+
59
Version 1.11.3
610
--------------
711
* Extended 32-bit generation to

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
# The short X.Y version.
6868
version = '1.11'
6969
# The full version, including alpha/beta/rc tags.
70-
release = '1.11.3'
70+
release = '1.11.4'
7171

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ def cythonize(e, *args, **kwargs):
246246
'Topic :: Security :: Cryptography']
247247

248248
setup(name='randomstate',
249-
version='1.11.3',
249+
version='1.11.4',
250250
classifiers=classifiers,
251251
packages=find_packages(),
252252
package_dir={'randomstate': './randomstate'},

0 commit comments

Comments
 (0)