Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim Avanov committed Apr 29, 2021
1 parent db07535 commit edf0ac1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
CHANGELOG
=========

0.1.0
======

* ``ContentTypeFormat`` is redefined as a new type of ``str`` (used to be a strict Enum)
for allowing non-common yet valid type representations.

0.0.19
======

Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2020 Maxim Avanov
Copyright (c) 2021 Maxim Avanov

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,17 @@

# General information about the project.
project = 'openapi-type'
copyright = '2020, Maxim Avanov'
copyright = '2021, Maxim Avanov'
author = 'Maxim Avanov'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = '0.0'
version = '0.1'
# The full version, including alpha/beta/rc tags.
release = '0.0.21'
release = '0.1.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def requirements(at_path: Path):
# ----------------------------

setup(name='openapi-type',
version='0.0.21',
version='0.1.0',
description='OpenAPI Type',
long_description=README,
classifiers=[
Expand Down

0 comments on commit edf0ac1

Please sign in to comment.