Skip to content

Commit f3c8fa7

Browse files
committed
add release date - update docs
1 parent 66dcdfd commit f3c8fa7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGE_LOG

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
2025-XX-XX 3.6.0:
1+
2025-07-29 3.6.0:
22
-------------------
33
* add `util.random_k()`, see #237
44
* add `util.sum_indices()`
@@ -79,7 +79,7 @@
7979
* simplify `util.int2ba()`
8080
* add tests
8181
* add [masked indexing example](../examples/masked.py)
82-
* add [tricks example](../examples/tricks.py)
82+
* add [tricks example](../devel/tricks.py)
8383

8484

8585
2025-04-04 3.3.1:

doc/changelog.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Change log
22
==========
33

4-
2025-XX-XX 3.6.0:
4+
**3.6.0** (2025-07-29):
55

66
* add ``util.random_k()``, see `#237 <https://github.com/ilanschnell/bitarray/issues/237>`__
77
* add ``util.sum_indices()``
@@ -82,7 +82,7 @@ Change log
8282
* simplify ``util.int2ba()``
8383
* add tests
8484
* add `masked indexing example <../examples/masked.py>`__
85-
* add `tricks example <../examples/tricks.py>`__
85+
* add `tricks example <../devel/tricks.py>`__
8686

8787

8888
**3.3.1** (2025-04-04):

0 commit comments

Comments
 (0)