Skip to content

Commit

Permalink
#14: Set version for README.
Browse files Browse the repository at this point in the history
  • Loading branch information
annoviko committed Oct 7, 2021
1 parent b625e17 commit 914aa65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ HttpCtrl library for Robot Framework
**RobotFramework-HttpCtrl** is a library for Robot Framework that provides HTTP/HTTPS client and HTTP server (IPv4 and IPv6) services
to make REST API testing easy.

**Version**: :doc:`VERSION`
.. include:: VERSION

**Author**: Andrei Novikov

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def load_readme():


def load_version():
version_file = 'VERSION.rst'
version_file = 'VERSION'
if os.path.isfile(readme_file):
with open(readme_file) as file_descr:
return file_descr.read()
Expand Down

0 comments on commit 914aa65

Please sign in to comment.