Skip to content

Commit

Permalink
1.0.rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
cmutel committed May 11, 2024
1 parent 69bb8c6 commit 74b5ede
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
10 changes: 2 additions & 8 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [1.0.RC1] - 2024-05-11

## [0.1.0] - 2022-03-22

### Added

### Changed

### Removed
* First complete release
2 changes: 1 addition & 1 deletion bw_aggregation/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"Speedup",
)

__version__ = "0.0.1"
__version__ = "1.0.RC1"


from bw2data.backends import Activity
Expand Down

0 comments on commit 74b5ede

Please sign in to comment.