Skip to content

Commit

Permalink
Update development branch to track version 1.3.0 and reset release no…
Browse files Browse the repository at this point in the history
…tes for the upcoming version
  • Loading branch information
tennlee committed Sep 13, 2024
1 parent 42ca8c0 commit 1c22cf5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

project = "scores"
copyright = "Licensed under Apache 2.0 - https://www.apache.org/licenses/LICENSE-2.0"
release = "1.2.0"
release = "1.3.0"

version = __version__

Expand Down
12 changes: 12 additions & 0 deletions docs/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Release Notes (What's New)

## Version 1.3.0 (Upcoming Release)

For a list of all changes in this release, see the [full changelog](https://github.com/nci/scores/compare/1.2.0...develop). Below are the changes we think users may wish to be aware of.

### Features
### Breaking Changes
### Deprecations
### Bug Fixes
### Documentation
### Internal Changes
### Contributors to this Release

## Version 1.2.0 (September 13, 2024)

For a list of all changes in this release, see the [full changelog](https://github.com/nci/scores/compare/1.1.0...1.2.0). Below are the changes we think users may wish to be aware of.
Expand Down
2 changes: 1 addition & 1 deletion src/scores/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import scores.sample_data
import scores.stats.statistical_tests # noqa: F401

__version__ = "1.2.0"
__version__ = "1.3.0"

__all__ = [
"scores.categorical",
Expand Down

0 comments on commit 1c22cf5

Please sign in to comment.