Skip to content

Commit

Permalink
1.0.0rc2 build: resync and bump version (#489)
Browse files Browse the repository at this point in the history
1.0.0rc2 build: resync and bump version 

Reviewed-by: https://github.com/apps/ansible-zuul
  • Loading branch information
simaishi authored Jun 22, 2021
1 parent e48deaa commit 70b029d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

A text-based user interface (TUI) for the Red Hat Ansible Automation Platform.

[![asciicast](https://asciinema.org/a/gl7uVblC23dxGGTkVOEigDHCl.svg)](https://asciinema.org/a/gl7uVblC23dxGGTkVOEigDHCl)
A demo of the interface can be found
[on youtube](https://www.youtube.com/watch?v=J9PBKi8ydi4).

## Quick start

Expand Down
2 changes: 1 addition & 1 deletion ansible_navigator/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
application version, although keeping the major in sync is probably
not a bad idea to minimize the amount of stale docs in the user's cache
"""
__version__ = "1.0.0rc1"
__version__ = "1.0.0rc2"
__version_collection_doc_cache__ = "1.0"
8 changes: 4 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ classifiers =
packages = find:
install_requires =
ansible-runner >=2rc1,<3
jinja2 >=3,<4
jinja2
onigurumacffi >=1.1.0,<2
pyyaml >=5.4.1,<6
importlib-resources >=5.1.4,<6; python_version < "3.9.0"
dataclasses >=0.8,<1; python_version < "3.7.0"
pyyaml
importlib-resources; python_version < "3.9.0"
dataclasses; python_version < "3.7.0"
python_requires = >=3.6.1

[options.entry_points]
Expand Down

0 comments on commit 70b029d

Please sign in to comment.