Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
v0.2.0 — pyproject.toml support
Browse files Browse the repository at this point in the history
- Support Python 3.8
- Drop support for Python 3.4
- Support describing what attributes to read from where via a `pyproject.toml` file
  • Loading branch information
jwodder committed Mar 16, 2020
1 parent 4c9f8e2 commit bfbf972
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
v0.2.0 (in development)
-----------------------
v0.2.0 (2020-03-16)
-------------------
- Support Python 3.8
- Drop support for Python 3.4
- Support describing what attributes to read from where via a `pyproject.toml`
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2018-2019 John Thorvald Wodder II
Copyright (c) 2018-2020 John Thorvald Wodder II

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
2 changes: 1 addition & 1 deletion read_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
Visit <https://github.com/jwodder/read_version> for more information.
"""

__version__ = '0.2.0.dev1'
__version__ = '0.2.0'
__author__ = 'John Thorvald Wodder II'
__author_email__ = '[email protected]'
__license__ = 'MIT'
Expand Down

0 comments on commit bfbf972

Please sign in to comment.