Skip to content

Commit

Permalink
Prepare for 0.5.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Parag Nemade <[email protected]>
  • Loading branch information
pnemade committed Jul 13, 2021
1 parent 1660d0f commit 10dc678
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions Changlog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

0.5.0 (2020-07-12)
-----------------
- Update textoutput.py (sundeep-co-in)
- Add new options repo-type and repo-branch to job run command (sundeep-co-in)
- Update man page (pnemade)
- Change Problematic language in code (pnemade)

0.4.0 (2020-07-09)
-----------------
- Dropping flake8 dependency (pnemade)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
'Intended Audience :: Developers',
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
],
)
4 changes: 2 additions & 2 deletions tscli/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2017-2020 Red Hat, Inc.
# Copyright 2017-2021 Red Hat, Inc.
# All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
Expand All @@ -21,7 +21,7 @@
from tscli.stats import commands as trans
from tscli.jobs import commands as jobs

APP_VERSION = "0.4.0"
APP_VERSION = "0.5.0"


class AppContext(object):
Expand Down

0 comments on commit 10dc678

Please sign in to comment.