Skip to content

Commit

Permalink
Merge pull request #13 from devolo/release_2_0_0
Browse files Browse the repository at this point in the history
Release 2.0.0
  • Loading branch information
Markus Bong authored May 31, 2021
2 parents 1f71158 + f19bf61 commit f280043
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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]
## [2.0.0] - 2021/05/31

### Added

Expand Down
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
long_description_content_type="text/markdown",
use_scm_version=True,
url="https://github.com/devolo/adaptavist",
author="Stephan Steinberg, Guido Schmitz",
author_email="guido.schmitz@devolo.de",
author="Stephan Steinberg, Guido Schmitz, Markus Bong",
author_email="guido.schmitz@devolo.de, markus.bong@devolo.de",
license="MIT",
packages=["adaptavist"],
platforms="any",
Expand All @@ -17,7 +17,6 @@
extras_require={
"test": ["pytest", "requests-mock"],
"docs":[
"importlib-metadata;python_version<'3.8'",
"m2r2",
"pydata_sphinx_theme",
"sphinx",
Expand Down

0 comments on commit f280043

Please sign in to comment.