Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
MGlauer committed Feb 8, 2021
1 parent 7cf6f6f commit 4b6676d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
13 changes: 4 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,13 @@ and the versiong aim to respect [Semantic Versioning](http://semver.org/spec/v2.

Here is a template for new release sections

```
## [_._._] - 20XX-MM-DD
## [0.0.10] 2021-01-08

### Added
-
- Fixed CI integration

### Changed
-
### Fixed
-
### Removed
-
```
- Adapted to modern SQLAlchemy

## [0.0.7] 2020-09-24

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name='oedialect',
version='v0.0.9',
version='v0.0.10',
author='MGlauer',
author_email='[email protected]',
description='SQL-Alchemy dialect for the OpenEnergy Platform',
Expand Down

0 comments on commit 4b6676d

Please sign in to comment.