Skip to content

Commit c5172c5

Browse files
committed
BUMP 1.4.0
1 parent c897690 commit c5172c5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bindings/python/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ To set up `pre-commit` locally, run:
230230

231231
``` bash
232232
(pymongoarrow) $ pip install pre-commit
233-
(pymongoarrow) $ pre-commi t install
233+
(pymongoarrow) $ pre-commit install
234234
```
235235

236236
To run `pre-commit` manually, run:

bindings/python/RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ new version number.
2424
2. Check JIRA to ensure all the tickets in this version have been
2525
completed.
2626

27-
3. Add release notes to `doc/source/changelog.rst`. Generally just
27+
3. Add release notes to `bindings/python/CHANGELOG.md`. Generally just
2828
summarize/clarify the git log, but you might add some more long form
2929
notes for big changes.
3030

bindings/python/pymongoarrow/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "1.4.0.dev0"
15+
__version__ = "1.4.0"
1616

1717
_MIN_LIBBSON_VERSION = "1.23.1"

0 commit comments

Comments
 (0)