Commit d4b23640 authored by Yuanle Song's avatar Yuanle Song
Browse files

v0.3.1 minor update on README.rst;

updated Makefile, "make check" is now the default action.
parent c6b2bbcb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
default: build upload
default: check
check:
	pycodestyle redisexport/
	pylint redisexport/
+2 −1
Original line number Diff line number Diff line
@@ -64,6 +64,7 @@ You may clone it via ssh or https protocol
.. code-block:: bash

   git clone git@gitlab.emacsos.com:sylecn/redis-export.git
   # or
   git clone https://gitlab.emacsos.com/sylecn/redis-export.git

License
@@ -87,7 +88,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
ChangeLog
---------

* v0.3.0 2023-03-13
* v0.3.1 2023-03-13

  - support auth related options. Use the same options as redis-cli.
  - add source code URL in README.rst
+1 −1
Original line number Diff line number Diff line
@@ -5,4 +5,4 @@

"""

__version__ = "0.3.0"
__version__ = "0.3.1"