Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2021-08-13)

### Bug Fixes

* fix setup.cfg ([#28](#28)) ([44f8437](44f8437))

### Features

* publish on pypi test repository ([#27](#27)) ([2e1b42b](2e1b42b))
* test resetting version to 0.0.1 ([#30](#30)) ([d586af2](d586af2))

### Reverts

* Revert "chore: fix semantic release (#18)" (#19) ([4d81ba0](4d81ba0)), closes [#18](#18) [#19](#19)
* Revert "test: test coverage debug (#14)" (#16) ([3fb5e9e](3fb5e9e)), closes [#14](#14) [#16](#16)
  • Loading branch information
forest-bot committed Aug 13, 2021
1 parent b0aee7d commit 7968c86
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# 1.0.0 (2021-08-13)


### Bug Fixes

* fix setup.cfg ([#28](https://github.com/ForestAdmin/django-forest/issues/28)) ([44f8437](https://github.com/ForestAdmin/django-forest/commit/44f84374795679579caf2d6badefdbd0aed8e7eb))


### Features

* publish on pypi test repository ([#27](https://github.com/ForestAdmin/django-forest/issues/27)) ([2e1b42b](https://github.com/ForestAdmin/django-forest/commit/2e1b42bf93d60a2b96d7765fb3746026e1e04d5f))
* test resetting version to 0.0.1 ([#30](https://github.com/ForestAdmin/django-forest/issues/30)) ([d586af2](https://github.com/ForestAdmin/django-forest/commit/d586af23847a85a942cb452e92b8c6e262db2bf2))


### Reverts

* Revert "chore: fix semantic release (#18)" (#19) ([4d81ba0](https://github.com/ForestAdmin/django-forest/commit/4d81ba0a9f0fe4493733a81e9b1a22a52adc15d5)), closes [#18](https://github.com/ForestAdmin/django-forest/issues/18) [#19](https://github.com/ForestAdmin/django-forest/issues/19)
* Revert "test: test coverage debug (#14)" (#16) ([3fb5e9e](https://github.com/ForestAdmin/django-forest/commit/3fb5e9ed024cfcf69299525aaee648149c91e0c1)), closes [#14](https://github.com/ForestAdmin/django-forest/issues/14) [#16](https://github.com/ForestAdmin/django-forest/issues/16)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "django-forest",
"version": "0.0.1",
"version": "1.0.0",
"description": "The official Django liana for Forest.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = django-forest
version = 0.0.1
version = 1.0.0
description = The Django Liana for Forest Admin.
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit 7968c86

Please sign in to comment.