Skip to content

Commit

Permalink
Merge pull request #23 from mattsb42-meta/development
Browse files Browse the repository at this point in the history
Promote development to master
  • Loading branch information
mattsb42-bot authored May 17, 2020
2 parents 9bd2496 + f98a515 commit d108c27
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ the `"changelog.d" directory

.. towncrier release notes start
1.0.0 -- 2020-05-16
===================

GitHub Action release.

0.1.1 -- 2020-05-16
===================

Expand Down
8 changes: 2 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,12 @@ not-grep
:target: https://not-grep.readthedocs.io
:alt: Documentation Status

.. important::

This project is a work in progress and is not yet ready for use.

``not-grep`` is kind of like grep, but not quite the same.
``not-grep`` is kind of like grep, but different.

WAT?
====

If you have ever found the need to inspect a file for particular patterns,
If you have ever needed to inspect a file for particular patterns,
you probably used ``grep``.

.. code-block:: bash
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,9 @@ def get_requirements():
install_requires=INSTALL_REQUIRES,
dependency_links=DEPENDENCY_LINKS,
classifiers=[
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Topic :: Utilities",
"Natural Language :: English",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python",
Expand Down
2 changes: 1 addition & 1 deletion src/not_grep/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

__all__ = ("__version__", "cli")

__version__ = "0.1.1"
__version__ = "1.0.0"
_DEBUG = "INPUT_DEBUG"
_CONFIG_FILE = "INPUT_CONFIG-FILE"

Expand Down

0 comments on commit d108c27

Please sign in to comment.