Skip to content

Commit

Permalink
Moving the release to a stable version number
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertBlackhart committed May 29, 2020
1 parent 90b5682 commit c1090d3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,17 @@
# import os
# import sys
# sys.path.insert(0, os.path.abspath('.'))
import sys
import recline

from datetime import datetime
import importlib_metadata

# -- Project information -----------------------------------------------------

project = 'recline'
copyright = '2020, NetApp'
author = 'NetApp'
copyright = '%s, %s' % (datetime.now().year, author)

# The full version, including alpha/beta/rc tags
# release = recline.__version__
release = importlib_metadata.version('recline')


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Recline: A Documentation First CLI Library
=========================================
==========================================

Writing argparse-based command line applications can become tedious, repetitive,
and clichéd. Let this library free you from that burden.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "recline"
version = "2020.5rc1"
version = "2020.5"
description = "Writing argparse-based command line applications can become tedious, repetitive, and difficult to do right. Relax and let this library free you from that burden."
license = "BSD-3-Clause"
authors = ["NetApp <[email protected]>"]
Expand Down

0 comments on commit c1090d3

Please sign in to comment.