Skip to content

Commit

Permalink
Version Bump (1.4.9) (#150)
Browse files Browse the repository at this point in the history
Version Bump (1.4.9)
  • Loading branch information
Nemo committed Nov 7, 2019
2 parents 91b7839 + 596e578 commit a6611bf
Show file tree
Hide file tree
Showing 11 changed files with 52 additions and 85 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## UNRELEASED

## [1.4.8][1.4.8] - 2019-10-14
- Fix RBI combined excel path
## [1.4.9][1.4.8] - 2019-11-07
- Metadata Updates

## [1.4.7][1.4.7] - 2019-10-14
Expand Down Expand Up @@ -67,8 +66,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Removes some data formats (YAML/Large JSON) for cleaner code. If you were using them, please let create an issue.

[unreleased]: https://github.com/razorpay/ifsc/compare/1.4.8...HEAD
[unreleased]: https://github.com/razorpay/ifsc/compare/1.4.9...HEAD

[1.4.9]: https://github.com/razorpay/ifsc/releases/tag/1.4.9
[1.4.8]: https://github.com/razorpay/ifsc/releases/tag/1.4.8
[1.4.7]: https://github.com/razorpay/ifsc/releases/tag/1.4.7
[1.4.6]: https://github.com/razorpay/ifsc/releases/tag/1.4.6
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ This is part of the IFSC toolset released by Razorpay.
You can find more details about the entire release at
[ifsc.razorpay.com](https://ifsc.razorpay.com).

[![wercker status](https://app.wercker.com/status/bc9b22047e1b8eb55ce98ba451d7b504/s/master 'wercker status')](https://app.wercker.com/project/byKey/bc9b22047e1b8eb55ce98ba451d7b504) [![](https://images.microbadger.com/badges/image/razorpay/ifsc:1.4.8.svg)](https://microbadger.com/images/razorpay/ifsc:1.4.8) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
[![wercker status](https://app.wercker.com/status/bc9b22047e1b8eb55ce98ba451d7b504/s/master 'wercker status')](https://app.wercker.com/project/byKey/bc9b22047e1b8eb55ce98ba451d7b504) [![](https://images.microbadger.com/badges/image/razorpay/ifsc:1.4.9.svg)](https://microbadger.com/images/razorpay/ifsc:1.4.9) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)

[![](https://images.microbadger.com/badges/version/razorpay/ifsc:1.4.8.svg)](https://microbadger.com/images/razorpay/ifsc:1.4.8) [![npm version](https://badge.fury.io/js/ifsc.svg)](https://badge.fury.io/js/ifsc) [![Gem Version](https://badge.fury.io/rb/ifsc.svg)](https://badge.fury.io/rb/ifsc) [![PHP version](https://badge.fury.io/ph/razorpay%2Fifsc.svg)](https://badge.fury.io/ph/razorpay%2Fifsc) [![Hex pm](http://img.shields.io/hexpm/v/ifsc.svg)](https://hex.pm/packages/ifsc)
[![](https://images.microbadger.com/badges/version/razorpay/ifsc:1.4.9.svg)](https://microbadger.com/images/razorpay/ifsc:1.4.9) [![npm version](https://badge.fury.io/js/ifsc.svg)](https://badge.fury.io/js/ifsc) [![Gem Version](https://badge.fury.io/rb/ifsc.svg)](https://badge.fury.io/rb/ifsc) [![PHP version](https://badge.fury.io/ph/razorpay%2Fifsc.svg)](https://badge.fury.io/ph/razorpay%2Fifsc) [![Hex pm](http://img.shields.io/hexpm/v/ifsc.svg)](https://hex.pm/packages/ifsc)

## Dataset

Expand Down
2 changes: 1 addition & 1 deletion ifsc.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |s|
s.name = 'ifsc'
s.version = '1.4.8'
s.version = '1.4.9'
s.date = '2019-10-14'
s.summary = 'IFSC code database to help you validate IFSC codes'
s.description = 'A simple gem by @razorpay to help you validate your IFSC codes. IFSC codes are bank codes within India'
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule IFSC.Mixfile do
def project do
[
app: :ifsc,
version: "1.4.8",
version: "1.4.9",
elixir: "~> 1.5",
start_permanent: Mix.env == :prod,
description: description(),
Expand Down
113 changes: 38 additions & 75 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ifsc",
"version": "1.4.8",
"version": "1.4.9",
"description": "This is part of the IFSC toolset released by Razorpay. You can find more details about the entire release at [ifsc.razorpay.com](https://ifsc.razorpay.com). Includes only a validation library as of now.",
"main": "src/node/index.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion src/IFSC.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/banknames.json
Original file line number Diff line number Diff line change
Expand Up @@ -927,6 +927,7 @@
"PUNB": "Punjab National Bank",
"PUNX": "Pune Urban Co-operative Bank",
"PURX": "Purvanchal Gramin Bank",
"PUSD": "Pusad Urban Cooperative Bank",
"PUSX": "Purasawalkam Co-operative Bank",
"PUUX": "Puri Urban Co-operative Bank",
"PVAX": "Pavana Sahakari Bank",
Expand Down
1 change: 1 addition & 0 deletions src/php/Bank.php
Original file line number Diff line number Diff line change
Expand Up @@ -930,6 +930,7 @@ class Bank
const PUNB = 'PUNB';
const PUNX = 'PUNX';
const PURX = 'PURX';
const PUSD = 'PUSD';
const PUSX = 'PUSX';
const PUUX = 'PUUX';
const PVAX = 'PVAX';
Expand Down
1 change: 1 addition & 0 deletions src/ruby/bank.rb
Original file line number Diff line number Diff line change
Expand Up @@ -921,6 +921,7 @@ module Bank
PUNB = :PUNB
PUNX = :PUNX
PURX = :PURX
PUSD = :PUSD
PUSX = :PUSX
PUUX = :PUUX
PVAX = :PVAX
Expand Down
3 changes: 2 additions & 1 deletion tests/validator_asserts.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"KKBK0000261": true,
"HDFC0002854": true,
"KARB0000001": true,
"DLXB0000097": true
"DLXB0000097": true,
"ICIC0007429": true
},
"testValidateStringLookup": {
"BOTM0NEEMRA": true,
Expand Down

0 comments on commit a6611bf

Please sign in to comment.