Skip to content

Commit

Permalink
Release: 3.6.0 (#107)
Browse files Browse the repository at this point in the history
* Release: 3.6.0

* Fix: License in classifiers
  • Loading branch information
adrien-berchet authored May 15, 2024
1 parent 566a9a0 commit 9e586f7
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [3.6.0](https://github.com/BlueBrain/NeuroTS/compare/3.5.0..3.6.0)

> 15 May 2024
### Build

- Freeze docutils version to be compatible with m2r2 (Adrien Berchet - [#105](https://github.com/BlueBrain/NeuroTS/pull/105))

### Fixes

- Astrocyte grower infinite loop (jacquemi-bbp - [#104](https://github.com/BlueBrain/NeuroTS/pull/104))
- Better first_point fix (Alexis Arnaudon - [#96](https://github.com/BlueBrain/NeuroTS/pull/96))

### Chores And Housekeeping

- Change license from GPLv3 to Apache-v2 (Adrien Berchet - [#106](https://github.com/BlueBrain/NeuroTS/pull/106))
- Remove some warnings (Adrien Berchet - [#100](https://github.com/BlueBrain/NeuroTS/pull/100))

## [3.5.0](https://github.com/BlueBrain/NeuroTS/compare/3.4.2..3.5.0)

> 21 November 2023
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
classifiers=[
"Development Status :: 4 - Beta",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
Expand Down

0 comments on commit 9e586f7

Please sign in to comment.