Skip to content

Commit

Permalink
Bump version: 0.0.2 → 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
shosca committed Jun 29, 2019
1 parent 06ef00e commit 9d8805f
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Expand Up @@ -14,7 +14,6 @@ repos:
- id: check-xml
- id: check-yaml
- id: debug-statements
- id: end-of-file-fixer
- id: fix-encoding-pragma
- id: flake8
- id: trailing-whitespace
Expand Down
21 changes: 21 additions & 0 deletions HISTORY.rst
Expand Up @@ -4,6 +4,25 @@ Changelog

(unreleased)
------------
- Merge pull request #5 from shosca/dict. [Serkan Hosca]

Handle dict attrs
- Handle dict attrs. [Serkan Hosca]
- Add license. [Serkan Hosca]
- Importanize config. [Serkan Hosca]
- Merge pull request #4 from shosca/enum. [Serkan Hosca]

Handle enum attrs
- Handle enum attrs. [Serkan Hosca]
- Merge pull request #3 from shosca/build. [Serkan Hosca]

Only master for branch build
- Only master for branch build. [Serkan Hosca]


0.0.2 (2019-06-27)
------------------
- Bump version: 0.0.1 → 0.0.2. [Serkan Hosca]
- Merge pull request #2 from shosca/list. [Serkan Hosca]

Handle list fields
Expand All @@ -16,3 +35,5 @@ Changelog
- Nested create and in-place update. [Serkan Hosca]
- Wire up basic nested things. [Serkan Hosca]
- Initial commit. [Serkan Hosca]


2 changes: 1 addition & 1 deletion rest_dataclasses/__version__.py
Expand Up @@ -6,5 +6,5 @@

__author__ = "Serkan Hosca"
__author_email__ = "serkan@hosca.com"
__version__ = "0.0.2"
__version__ = "0.0.3"
__description__ = "Django REST Framework and dataclasses integration"

0 comments on commit 9d8805f

Please sign in to comment.