From af00213d063d03b2f41ebf4b67a5b5377343e23a Mon Sep 17 00:00:00 2001 From: gautamkrishnar Date: Thu, 9 Jul 2020 01:00:23 +0530 Subject: [PATCH] Brew formula final version added, version bump --- CHANGELOG.rst | 6 +++++- publish-brew-formula.sh | 5 +++-- setup.py | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 13b3119..64f164c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,7 +1,11 @@ SoCLI Changelog ================ -Release 4.4 +Release 4.6 +--------------------------- +* Brew formula final version added + +Release 4.5 --------------------------- * Brew formula initial version release diff --git a/publish-brew-formula.sh b/publish-brew-formula.sh index 73bf7ab..1526dce 100755 --- a/publish-brew-formula.sh +++ b/publish-brew-formula.sh @@ -8,7 +8,8 @@ pybrew \ -r https://github.com/gautamkrishnar/socli/archive/${TRAVIS_TAG}.tar.gz \ socli \ socli.rb -echo "Generated file:" +echo "Generated formula:" +echo "------------------------------------------------------------------------------------" cat socli.rb echo "------------------------------------------------------------------------------------" # Pushing to tap @@ -23,4 +24,4 @@ git add --all echo "Committing formula..." git commit -m "Published ${TRAVIS_TAG}" echo "Pushing formula..." -git push -f --quiet \ No newline at end of file +git push --quiet \ No newline at end of file diff --git a/setup.py b/setup.py index be89e29..8f72bc5 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup_requires=['pytest-runner'], tests_require=['pytest'], requires=['BeautifulSoup4','requests','colorama','PyStackExchange', 'urwid'], - version='4.5', + version='4.6', url='http://www.github.com/gautamkrishnar/socli', keywords="stack overflow cli", license='BSD',