Skip to content

Commit

Permalink
Bump to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sbozzolo committed Apr 12, 2021
1 parent b01b828 commit d369916
Show file tree
Hide file tree
Showing 6 changed files with 145 additions and 134 deletions.
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Version 1.0.0b1 (currently in development)
## Version 1.0.0 (11 April 2021)

#### General
- Improvements to documentation and docstrings
Expand All @@ -18,3 +18,5 @@
#### Breaking changes
- `remove_duplicate_iters` was renamed to `remove_duplicated_iters`
- `_derive` methods are renamed to`_differentiate`

## Version 1.0.0b0 (11 January 2021)
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = 'Gabriele Bozzola'

# The full version, including alpha/beta/rc tags
release = '1.0.0b0'
release = '1.0.0'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion kuibit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
"""

__version__ = "1.0.0b0"
__version__ = "1.0.0"
Loading

0 comments on commit d369916

Please sign in to comment.