Skip to content

Commit

Permalink
bump version 3.7.1
Browse files Browse the repository at this point in the history
- Restore translations.ini
  • Loading branch information
staugur committed Sep 7, 2021
1 parent 792691d commit be3175a
Show file tree
Hide file tree
Showing 10 changed files with 151 additions and 145 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
.. currentmodule:: flask-pluginkit

v3.7.1
------

Released in 2021-09-07

Restore translations.ini

v3.7.0
------

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Flask-PluginKit
===============

Web program plugin development kit based on flask.
Web program plugin development kit based on Flask.

|Build Status| |Documentation Status| |codecov| |PyPI|

Expand Down
7 changes: 0 additions & 7 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,6 @@ Storage Objects

The default index, as the only key, you can override it.

.. autoclass:: MongoStorage
:members:

.. attribute:: index

The default index, as the default database, you can override it.

Useful Functions and Classes
----------------------------

Expand Down
31 changes: 12 additions & 19 deletions docs/locale/zh_CN/LC_MESSAGES/api.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Flask-PluginKit 3.0.x\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-09-02 22:02+0800\n"
"POT-Creation-Date: 2021-09-07 21:20+0800\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down Expand Up @@ -787,23 +787,7 @@ msgstr ""
msgid "set key data"
msgstr ""

#: flask_pluginkit.MongoStorage:1 of
msgid "Use mongodb stand-alone storage"
msgstr ""

#: flask_pluginkit.MongoStorage:3 of
msgid "The next version removed"
msgstr ""

#: ../../api.rst:73
msgid "The default index, as the default database, you can override it."
msgstr ""

#: flask_pluginkit.MongoStorage.db:1 of
msgid "Return the mongo connection"
msgstr ""

#: ../../api.rst:76
#: ../../api.rst:69
msgid "Useful Functions and Classes"
msgstr ""

Expand Down Expand Up @@ -944,7 +928,7 @@ msgstr ""
msgid "The plugin package name, not __plugin_name."
msgstr ""

#: ../../api.rst:96
#: ../../api.rst:89
msgid "Custom Exceptions"
msgstr ""

Expand Down Expand Up @@ -1200,3 +1184,12 @@ msgstr ""
#~ msgid "look like {plugin_name={pet:func}}"
#~ msgstr ""

#~ msgid "Use mongodb stand-alone storage"
#~ msgstr ""

#~ msgid "The default index, as the default database, you can override it."
#~ msgstr ""

#~ msgid "Return the mongo connection"
#~ msgstr ""

Loading

0 comments on commit be3175a

Please sign in to comment.