Skip to content

Commit

Permalink
add release date
Browse files Browse the repository at this point in the history
  • Loading branch information
ilanschnell committed Jun 14, 2021
1 parent 711f178 commit 06d2a34
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CHANGE_LOG
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
2021-XX-XX 2.1.2:
2021-06-13 2.1.2:
-------------------
* support type hinting for all Python 3 versions (that bitarray supports,
i.e. 3.5 and higher currently), see #128
* add explicit endianness to two tests, fixes issue #127
3.5 and higher currently), fixed #128
* add explicit endianness to two tests, fixes #127


2021-06-11 2.1.1:
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Once you have installed the package, you may want to test it:
$ python -c 'import bitarray; bitarray.test()'
bitarray is installed in: /Users/ilan/bitarray/bitarray
bitarray version: 2.1.1
bitarray version: 2.1.2
sys.version: 2.7.15 (default, Mar 5 2020, 14:58:04) [GCC Clang 9.0.1]
sys.prefix: /Users/ilan/Mini3/envs/py27
pointer size: 64 bit
Expand Down Expand Up @@ -401,7 +401,7 @@ and can therefore be used as a dictionary key:
Reference
=========

bitarray version: 2.1.1 -- `change log <https://github.com/ilanschnell/bitarray/blob/master/doc/changelog.rst>`__
bitarray version: 2.1.2 -- `change log <https://github.com/ilanschnell/bitarray/blob/master/doc/changelog.rst>`__

In the following, ``item`` and ``value`` are usually a single bit -
an integer 0 or 1.
Expand Down
7 changes: 7 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Change log
==========

**2.1.2** (2021-06-13):

* support type hinting for all Python 3 versions (that bitarray supports,
3.5 and higher currently), fixed `#128 <https://github.com/ilanschnell/bitarray/issues/128>`__
* add explicit endianness to two tests, fixes `#127 <https://github.com/ilanschnell/bitarray/issues/127>`__


**2.1.1** (2021-06-11):

* add type hinting (see PEP 484, 561) using stub (``.pyi``) files
Expand Down
2 changes: 1 addition & 1 deletion doc/reference.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Reference
=========

bitarray version: 2.1.1 -- `change log <https://github.com/ilanschnell/bitarray/blob/master/doc/changelog.rst>`__
bitarray version: 2.1.2 -- `change log <https://github.com/ilanschnell/bitarray/blob/master/doc/changelog.rst>`__

In the following, ``item`` and ``value`` are usually a single bit -
an integer 0 or 1.
Expand Down

0 comments on commit 06d2a34

Please sign in to comment.